diff options
Diffstat (limited to 'alligator_render/src')
| -rw-r--r-- | alligator_render/src/lib.rs | 1 | ||||
| -rw-r--r-- | alligator_render/src/renderer.rs | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/alligator_render/src/lib.rs b/alligator_render/src/lib.rs index debb68c..5e0aab6 100644 --- a/alligator_render/src/lib.rs +++ b/alligator_render/src/lib.rs @@ -1,4 +1,3 @@ -#![feature(let_else)] #![feature(nonzero_min_max)] #![feature(type_alias_impl_trait)] #![warn(clippy::pedantic)] diff --git a/alligator_render/src/renderer.rs b/alligator_render/src/renderer.rs index 9f4aad1..064ff31 100644 --- a/alligator_render/src/renderer.rs +++ b/alligator_render/src/renderer.rs @@ -130,10 +130,6 @@ impl Renderer { // TODO make it possible to use without a window (ie, use a bitmap in memory as a surface) // TODO this function needs to be smaller pub fn new(config: &RenderWindowConfig) -> Result<Self, NewRendererError> { - #[cfg(feature = "profile-with-tracy")] - profiling::tracy_client::Client::start(); - profiling::register_thread!("main"); - // build the window let event_loop = EventLoop::new(); let window = config.to_window().build(&event_loop)?; |
