You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[package]
|
|
name = "mineclone"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
ash = { version = "0.38.0", features = ["linked"] }
|
|
ash-window = "0.13.0"
|
|
raw-window-handle = "0.6.2"
|
|
sdl2 = { version = "0.37.0", features = ["raw-window-handle"] }
|