Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

std and glam features #10

Merged
merged 3 commits into from
Nov 13, 2021
Merged

Conversation

mockersf
Copy link
Contributor

@mockersf mockersf commented Oct 29, 2021

fix features so that glam can be removed

with those changes, it compiles with or without std, and with or without glam
tests are also running (but failing) on std without glam, they are still not compiling without std as there are quite a few println! and I'm not sure what assert! could replace them

edit: just noticed this would fix #8

@kabergstrom kabergstrom merged commit 9663bf5 into BoxDragon:main Nov 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

std can't be used with glam feature disabled (and small build-break with glam disabled)
2 participants