libfringe
libfringe copied to clipboard
fix cargo config file for using no extra features
on my computer + in the doc https://doc.rust-lang.org/cargo/reference/features.html
default-features = false is the way to disable extra features
(I think no-default-features is for command line invocation)