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
Use euclid 0.19.3+ exported from webrender_api. #3326
Changes from all commits
File filter...
Jump to…
Some generated files are not rendered by default. Learn more.
| @@ -159,7 +159,6 @@ extern crate dwrote; | ||
| extern crate app_units; | ||
| extern crate bincode; | ||
| extern crate byteorder; | ||
| extern crate euclid; | ||
| extern crate fxhash; | ||
| extern crate gleam; | ||
| extern crate num_traits; | ||
| @@ -202,4 +201,5 @@ pub use renderer::{RendererStats, SceneBuilderHooks, ThreadListener, ShaderPreca | ||
| pub use renderer::MAX_VERTEX_TEXTURE_WIDTH; | ||
| pub use shade::{Shaders, WrShaders}; | ||
| pub use webrender_api as api; | ||
| pub use resource_cache::intersect_for_tile; | ||
| pub use webrender_api::euclid; | ||
nical
Author
Collaborator
|
||
| pub use resource_cache::intersect_for_tile; | ||
|
||
is this meant to be
pub?