This commit is contained in:
2021-09-06 09:55:59 +02:00
parent 9b354e97a8
commit 36a283f004

View File

@@ -1,3 +1,11 @@
// Uncomment the following crate-wide attriutes to silence warnings of "low" interest:
/*
#![allow(unused_mut)]
#![allow(dead_code)]
#![allow(unused_variables)]
#![allow(unreachable_code)]
#![allow(non_snake_case)]
*/
extern crate nalgebra_glm as glm;
use std::{ mem, ptr, os::raw::c_void };
use std::thread;