Skip to content

Commit

Permalink
release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Oct 26, 2024
1 parent c08ec2e commit cb993c6
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
[package]
name = "machine-vision-formats"
version = "0.1.1"
version = "0.1.2"
authors = ["Andrew Straw <strawman@astraw.com>"]
edition = "2018"
categories = ["no-std", "data-structures", "science::robotics", "multimedia::images", "computer-vision"]
categories = [
"no-std",
"data-structures",
"science::robotics",
"multimedia::images",
"computer-vision",
]
repository = "https://github.com/strawlab/machine-vision-formats"
description = "Type definitions for working with machine vision cameras"
license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["cameras", "images"]

[features]
default=["std"]
default = ["std"]

std=[]
alloc=[]
std = []
alloc = []

0 comments on commit cb993c6

Please sign in to comment.