Skip to content

Commit 9f3a1d7

Browse files
Merge pull request #3 from laine-hallot/export-hyprland-rule-instance
2 parents 0765a90 + 3535dd3 commit 9f3a1d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ pub use variables::VariableManager;
166166

167167
// Feature-gated exports
168168
#[cfg(feature = "hyprland")]
169-
pub use hyprland::Hyprland;
169+
pub use hyprland::{Hyprland, RuleInstance};
170170

171171
#[cfg(feature = "mutation")]
172172
pub use document::{ConfigDocument, DocumentNode, NodeLocation, NodeType};

0 commit comments

Comments
 (0)