Skip to content

Commit

Permalink
fix: various feature crap
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Sep 2, 2024
1 parent 889f9ae commit 6e50963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions libhelium/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ gtk_v4_6 = ["gtk_v4_4"]
gtk_v4_8 = ["gtk_v4_6"]
gtk_v4_10 = ["gtk_v4_8"]
gtk_v4_12 = ["gtk_v4_10"]
gio_v2_80 = ["gio/v2_80"]
v1_1 = ["ffi/v1_1"]
v1_2 = ["v1_1", "ffi/v1_2"]
v1_3 = ["v1_2", "ffi/v1_3"]
Expand Down
2 changes: 1 addition & 1 deletion libhelium/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![cfg_attr(feature = "dox", feature(doc_cfg))]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![allow(clippy::needless_doctest_main)]
#![doc(
html_logo_url = "https://raw.githubusercontent.com/tau-OS/libhelium/main/assets/Helium.svg",
Expand Down

0 comments on commit 6e50963

Please sign in to comment.