Skip to content

Commit de9eb88

Browse files
committed
0.1.6
1 parent 325ff63 commit de9eb88

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ pub mod napi;
1515
// Public Rust API (always available)
1616
pub mod api;
1717

18-
// High-level structured queries (decks, ranks) — Windows/Mono for now
18+
// High-level structured queries (decks, ranks) — Mono backend (Windows, and
19+
// Linux via Wine which runs the same Windows binary).
1920
#[cfg(any(target_os = "windows", target_os = "linux"))]
2021
pub mod queries;
2122
#[cfg(any(target_os = "windows", target_os = "linux"))]

0 commit comments

Comments
 (0)