mirror of
https://github.com/FluxaMedia/fluxa.git
synced 2026-07-30 13:39:12 +00:00
7 lines
120 B
Swift
7 lines
120 B
Swift
import Foundation
|
|
|
|
enum FluxaRustCoreRuntime {
|
|
static func version() -> String {
|
|
fluxaCoreVersion()
|
|
}
|
|
}
|