easy_trajectories 0.1.2

Simple to use trajectory calculator with drag.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "easy_trajectories"
version = "0.1.2"
authors = ["Kadulous0"]
description = "Simple to use trajectory calculator with drag."
homepage = "https://kadulous0.github.io/easy_trajectories/"
readme = "README.md"
keywords = ["math", "physics", "trajectory", "solver"]
license = "MIT"
repository = "https://github.com/Kadulous0/easy_trajectories"
resolver = "2"
[dependencies.egui]
version = "0.17.0"

[dependencies.libm]
version = "0.2.2"