Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRename webrender_traits into webrender_api #1369
Closed
Comments
|
I agree, this is the right name for it. |
bors-servo
added a commit
that referenced
this issue
Jun 30, 2017
Rename webrender_traits into webrender_api, reexport in webrender. This does the change I proposed in #1369, and reexports webrender_api in webrender under the webrender::api namespace. This way things that depend on both webrender and webrender_api (everything except servo at the moment), can just have a dependency to webrender and use the reexported api. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/1381) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The crate name webrender_traits is misleading at best. It would be nice to publish webrender on crates.io but before doing this I would like webrender_traits to have a less confusing name.
Thoughts ?
cc @glennw @kvark