We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa366f commit cac2605Copy full SHA for cac2605
1 file changed
Cargo.toml
@@ -6,8 +6,9 @@ edition = "2021"
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8
[dependencies]
9
-skyline = { git = "https://github.com/Raytwo/skyline-rs", branch = "preview" }
+skyline = "0.5.1"
10
unity-macro = { path = "./unity-macro" }
11
memoffset = { version = "0.8.0" }
12
thiserror = { version = "1" }
13
lazysimd = { git = "https://github.com/Raytwo/lazysimd" }
14
+
0 commit comments