Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions LICENSE-MIT → LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Copyright (c) 2019-2021 guion Contributors

Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the
Expand Down
201 changes: 0 additions & 201 deletions LICENSE-APACHE

This file was deleted.

8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![crates.io](https://img.shields.io/crates/v/guion?style=flat-square)](https://crates.io/crates/guion)
[![docs.rs](https://img.shields.io/docsrs/guion?style=flat-square)](https://docs.rs/guion)
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/guion?style=flat-square)
[![MIT licensed](https://img.shields.io/crates/l/guion?style=flat-square)](LICENSE)

 

Expand All @@ -27,5 +27,9 @@ Goals:
- Widget Data caching/invalidation abstractions
- Tame complexity, provide efficient abstractions to make life easier

Related Project:
## Related Projects
- [guion_sdl2](https://github.com/FerionVE/guion_sdl2) for a prototype backend implementation

## License

This project is licensed under the [MIT license](LICENSE).