mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-22 15:16:40 +11:00
Enable midi and xm by default
This commit is contained in:
parent
6076a1bd23
commit
72598d0232
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ repository = "https://github.com/agbrs/agb"
|
||||||
exclude = ["/examples"]
|
exclude = ["/examples"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["agb"]
|
default = ["agb", "midi", "xm"]
|
||||||
|
|
||||||
agb = ["dep:agb"]
|
agb = ["dep:agb"]
|
||||||
xm = ["dep:agb_xm"]
|
xm = ["dep:agb_xm"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue