[package] name = "marshmallow_fm" description = "Simple yet powerful gameframework!" version = "0.1.0" authors = ["Luuk van Oijen "] edition = "2018" repository = "https://github.com/Lucky4Luuk/Marshmallow" license = "MIT" keywords = [ "gamedev", "graphics" ] categories = [ "game-development", "game-engines", "games", "graphics" ] [workspace] members = ["marshmallow_macros", "gl_bindings"] [dependencies] log = "0.4" pretty_env_logger = "0.4" lazy_static = "1.4.0" winit = "0.25.0" marshmallow_macros = { path = "marshmallow_macros", version = "0.1.0" } marshmallow_gl_bindings = { path = "gl_bindings", version = "0.1.0" } raw-gl-context = "0.1.2"