dep: remove gradual from default features

This commit is contained in:
MaxOhn
2023-11-09 21:50:05 +01:00
parent aea34e2a3e
commit 7fd4194c21
+1 -1
View File
@@ -11,7 +11,7 @@ description = "osu! difficulty and pp calculation for all modes"
keywords = ["osu", "pp", "stars", "async"]
[features]
default = ["gradual"]
default = []
async_std = ["async-std"]
async_tokio = ["tokio"]
gradual = []