notan::text message log tests

This commit is contained in:
Llywelwyn 2023-09-25 17:40:48 +01:00
parent 093f9df86e
commit 8de3648bae
3 changed files with 66 additions and 3 deletions

View file

@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
notan = { version = "0.10.0" }
notan = { version = "0.10.0", features = ["text"] }
bracket-lib = { git = "https://github.com/amethyst/bracket-lib.git", rev = "851f6f08675444fb6fa088b9e67bee9fd75554c6", features = ["serde"] }
regex = "1.3.6"
specs = { version = "0.16.1", features = ["serde"] }