mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-22 06:35:57 +00:00
Add staticlib crate type for iOS.
This commit is contained in:
parent
20abaa45ab
commit
591e9a26c1
|
@ -5,7 +5,7 @@ authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
|
|||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
crate-type = ["staticlib", "cdylib"]
|
||||
|
||||
[dependencies]
|
||||
env_logger = "0.7"
|
||||
|
|
Loading…
Reference in New Issue
Block a user