Remove vestigial crate attributes
These were added a looong time ago. They are not really useful these days.
This commit is contained in:
parent
577eafa654
commit
1bd67271f2
1 changed files with 0 additions and 3 deletions
|
@ -13,9 +13,6 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
#![crate_type = "rlib"]
|
|
||||||
#![crate_type = "dylib"]
|
|
||||||
|
|
||||||
//! Computer graphics-centric math.
|
//! Computer graphics-centric math.
|
||||||
//!
|
//!
|
||||||
//! This crate provides useful mathematical primitives and operations on them.
|
//! This crate provides useful mathematical primitives and operations on them.
|
||||||
|
|
Loading…
Reference in a new issue