• Sign in

rust / easel3d-wasm · Files

Dogs2 white

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Snippets
  • Network
  • easel3d-wasm
  • fractional
  • Cargo.toml
  • add trigon functions sin and cos as static tables of Fractional
    fef11669
    Georg Hopp authored
    2019-12-02 19:21:14 +0100  
    Browse Files »
Cargo.toml 149 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
[package]
name = "fractional"
version = "0.1.0"
authors = ["Georg Hopp <georg@steffers.org>"]
edition = "2018"

[dependencies]
lazy_static = "1.4.0"