mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-14 11:45:01 +01:00
Center window on startup
This commit is contained in:
parent
d5c9e24201
commit
98d3634455
3 changed files with 14 additions and 0 deletions
9
Cargo.lock
generated
9
Cargo.lock
generated
|
|
@ -181,6 +181,7 @@ dependencies = [
|
|||
"rand",
|
||||
"s2dc",
|
||||
"sfml",
|
||||
"sfml-xt",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -309,6 +310,14 @@ dependencies = [
|
|||
"widestring",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sfml-xt"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/crumblingstatue/sfml-xt.git#4eb3ab9e54c3464360709ba8351afc75927908d0"
|
||||
dependencies = [
|
||||
"sfml",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "smallvec"
|
||||
version = "1.10.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue