13 lines
239 B
TOML
13 lines
239 B
TOML
[root]
|
|
name = "smb"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"sdl2 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sdl2"
|
|
version = "0.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|