We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e49c9e commit 1f1a9a7Copy full SHA for 1f1a9a7
1 file changed
Cargo.toml
@@ -6,9 +6,10 @@ edition = "2021"
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8
[dependencies]
9
-skyline = "0.5.1"
+skyline = "0.6"
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
15
+
0 commit comments