mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-24 13:15:56 +00:00
Integrate env_logger.
This commit is contained in:
parent
a4c61a421f
commit
85492b52dc
|
@ -8,6 +8,7 @@ edition = "2018"
|
||||||
crate-type = ["cdylib"]
|
crate-type = ["cdylib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
env_logger = "0.7"
|
||||||
gdnative = "0.8"
|
gdnative = "0.8"
|
||||||
tts = "0.3"
|
tts = "0.3"
|
||||||
|
|
||||||
|
|
|
@ -148,6 +148,7 @@ impl TTS {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn init(handle: gdnative::init::InitHandle) {
|
fn init(handle: gdnative::init::InitHandle) {
|
||||||
|
env_logger::init();
|
||||||
handle.add_class::<TTS>();
|
handle.add_class::<TTS>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user