[package] name = "sampler" version = "0.1.0" authors = ["Johann Woelper "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] opengl = ["imgui-gfx-renderer/opengl"] directx = ["imgui-gfx-renderer/directx"] default = ["opengl"] [dependencies] rodio = "*" glium = { version = "0.26", default-features = true } image = "0.23" imgui = "*" log = "*" env_logger = "*" walkdir = "*" gfx = "0.18" gfx_device_gl = "0.16" gfx_window_glutin = "0.31" glutin = "0.21" imgui-gfx-renderer = "*" imgui-winit-support = { default-features = false, features = ["winit-19"] }