diff options
Diffstat (limited to 'src/components/canvas/canvas.rs')
-rw-r--r-- | src/components/canvas/canvas.rs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/components/canvas/canvas.rs b/src/components/canvas/canvas.rs deleted file mode 100644 index a74c41796c9..00000000000 --- a/src/components/canvas/canvas.rs +++ /dev/null @@ -1,11 +0,0 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -#![crate_name = "canvas"] -#![crate_type = "rlib"] - -extern crate azure; -extern crate geom; - -pub mod canvas_render_task; |