Skip to content

Commit

Permalink
version upgrade v1 -> v2 (v2.0.1)
Browse files Browse the repository at this point in the history
can you tag v2.0.1 version to this commit please.
  • Loading branch information
setanarut committed Jan 6, 2024
1 parent 6c81be9 commit 93cd6aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# cp
[![GoDoc](https://godoc.org/github.com/jakecoffman/cp?status.svg)](http://godoc.org/github.com/jakecoffman/cp)
[![GoDoc](https://godoc.org/github.com/jakecoffman/cp?status.svg)](https://pkg.go.dev/github.com/jakecoffman/cp/v2)
[![Sourcegraph](https://sourcegraph.com/github.com/jakecoffman/cp/-/badge.svg)](https://sourcegraph.com/github.com/jakecoffman/cp?badge)

[Chipmunk2D](https://github.com/slembcke/Chipmunk2D) ported to Go
Go port of [Chipmunk2D](https://github.com/slembcke/Chipmunk2D) physics library.

```Go
import "github.com/jakecoffman/cp/v2"
```

## Project status

Stable -- most features are implemented and the demos are very close to Chipmunk2D demos.
Stable -- most features are implemented and the demos are very close to Chipmunk2D demos.

## Examples

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/jakecoffman/cp/v2

go 1.18
go 1.21.5

0 comments on commit 93cd6aa

Please sign in to comment.