toggle dark mode

This commit is contained in:
Simon Gardling
2022-03-07 23:43:47 -05:00
parent 7fd9561af5
commit 654f2a67c5
5 changed files with 50 additions and 10 deletions

View File

@@ -28,6 +28,7 @@ shadow-rs = { version = "0.9", default-features = false }
const_format = { version = "0.2.22", default-features = false, features = ["fmt"] }
cfg-if = "1.0.0"
exmex = { git = "https://github.com/Titaniumtown/exmex.git", branch = "main", features = ["partial"] }
lazy_static = "1.4.0"
[build-dependencies]
shadow-rs = "0.9"