Now using compile_msg crate instead of static_assert
This commit is contained in:
parent
87d62e5b6f
commit
391c4e525c
3 changed files with 8 additions and 2 deletions
|
|
@ -6,6 +6,8 @@ pub struct Window;
|
|||
|
||||
pub struct MonitorID;
|
||||
|
||||
compile_warning!("The OS/X platform is not implemented yet")
|
||||
|
||||
pub fn get_available_monitors() -> Vec<MonitorID> {
|
||||
unimplemented!()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue