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