diff --git a/Cargo.toml b/Cargo.toml index a235837..9146329 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,8 @@ members = [ exclude = [ "emulator/frontends/pixels", "emulator/frontends/macroquad", + "emulator/libraries/femtos", + "emulator/libraries/emulator-hal", ] default-members = ["emulator/frontends/minifb"]