Rename rust project
This commit is contained in:
parent
7b8c031022
commit
4bbc5a805a
24
Cargo.lock
generated
24
Cargo.lock
generated
@ -231,18 +231,6 @@ dependencies = [
|
||||
"unicode-ident",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "quakeball"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"ciborium",
|
||||
"flate2",
|
||||
"godot",
|
||||
"serde",
|
||||
"teanet",
|
||||
"toml",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "quote"
|
||||
version = "1.0.46"
|
||||
@ -297,6 +285,18 @@ version = "0.3.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
|
||||
|
||||
[[package]]
|
||||
name = "skullball"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"ciborium",
|
||||
"flate2",
|
||||
"godot",
|
||||
"serde",
|
||||
"teanet",
|
||||
"toml",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "syn"
|
||||
version = "2.0.119"
|
||||
|
||||
@ -4,11 +4,11 @@ compatibility_minimum = 4.1
|
||||
reloadable = true
|
||||
|
||||
[libraries]
|
||||
linux.debug.x86_64 = "res://../target/debug/libquakeball.so"
|
||||
linux.release.x86_64 = "res://../target/release/libquakeball.so"
|
||||
windows.debug.x86_64 = "res://../target/x86_64-pc-windows-gnu/debug/quakeball.dll"
|
||||
windows.release.x86_64 = "res://../target/x86_64-pc-windows-gnu/release/quakeball.dll"
|
||||
macos.debug = "res://../target/debug/libquakeball.dylib"
|
||||
macos.release = "res://../target/release/libquakeball.dylib"
|
||||
macos.debug.arm64 = "res://../target/debug/libquakeball.dylib"
|
||||
macos.release.arm64 = "res://../target/release/libquakeball.dylib"
|
||||
linux.debug.x86_64 = "res://../target/debug/libskullball.so"
|
||||
linux.release.x86_64 = "res://../target/release/libskullball.so"
|
||||
windows.debug.x86_64 = "res://../target/x86_64-pc-windows-gnu/debug/skullball.dll"
|
||||
windows.release.x86_64 = "res://../target/x86_64-pc-windows-gnu/release/skullball.dll"
|
||||
macos.debug = "res://../target/debug/libskullball.dylib"
|
||||
macos.release = "res://../target/release/libskullball.dylib"
|
||||
macos.debug.arm64 = "res://../target/debug/libskullball.dylib"
|
||||
macos.release.arm64 = "res://../target/release/libskullball.dylib"
|
||||
@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "quakeball"
|
||||
name = "skullball"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user