Buttplug sex toy control library

chore: Kill device tester for now, readd examples/engine building

Device Tester needs some serious work, commenting out for now.

+4 -2
+2 -2
Cargo.toml
··· 16 16 "crates/buttplug_server_hwmgr_xinput", 17 17 "crates/buttplug_tests", 18 18 "crates/buttplug_transport_websocket_tungstenite", 19 - #"crates/examples", 20 - #"crates/intiface_engine", 19 + "crates/examples", 20 + "crates/intiface_engine", 21 21 ] 22 22 23 23 [profile.release]
+2
crates/examples/src/bin/device_tester.rs
··· 1 + /* 1 2 // Buttplug Rust Source Code File - See https://buttplug.io for more info. 2 3 // 3 4 // Copyright 2016-2025 Nonpolynomial Labs LLC. All rights reserved. ··· 368 369 .init(); 369 370 device_tester().await; 370 371 } 372 + */