mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Merge some byte swap/premultiply functions in their own crate
This commit is contained in:
parent
a2e3dd4e86
commit
784fbb2bc1
18 changed files with 85 additions and 96 deletions
10
components/pixels/Cargo.toml
Normal file
10
components/pixels/Cargo.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
[package]
|
||||
name = "pixels"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
license = "MPL-2.0"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "pixels"
|
||||
path = "lib.rs"
|
Loading…
Add table
Add a link
Reference in a new issue