Skip to content

Commit

Permalink
Cairo compat
Browse files Browse the repository at this point in the history
  • Loading branch information
mojaie committed Jan 10, 2024
1 parent cd73609 commit 9b6ccf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ coordgenlibs_jll = "f6050b86-aaaf-512f-8549-0afff1b4d57f"
libinchi_jll = "172afb32-8f1c-513b-968f-184fcd77af72"

[compat]
Cairo = "1"
Colors = "0.12"
DelimitedFiles = "1"
GeometryBasics = "0.4"
Expand Down

2 comments on commit 9b6ccf0

@mojaie
Copy link
Owner Author

@mojaie mojaie commented on 9b6ccf0 Jan 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

Breaking changes

  • html_fixed_size and html_grid now takes MolGraph objects, not SVG.
  • Some molecule parameter methods for 2D drawing (e. g. is_atom_visible, double_bond_style) are no longer exposed.
  • Added Cairo.jl to the dependencies

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/98590

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.16.0 -m "<description of version>" 9b6ccf0baa37dd65f768d6d7cd528df40f2f25a7
git push origin v0.16.0

Please sign in to comment.