Skip to content

Commit

Permalink
add angle extension to generated registry
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed Sep 5, 2024
1 parent abfa608 commit 44e405b
Show file tree
Hide file tree
Showing 3 changed files with 403 additions and 393 deletions.
1 change: 1 addition & 0 deletions tket2-hseries/src/bin/tket2-hseries.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ fn main() {
CliArgs::GenExtensions(args) => {
let reg = ExtensionRegistry::try_new([
tket2::extension::TKET2_EXTENSION.to_owned(),
tket2::extension::angle::ANGLE_EXTENSION.to_owned(),
tket2_hseries::extension::hseries::EXTENSION.to_owned(),
tket2_hseries::extension::futures::EXTENSION.to_owned(),
tket2_hseries::extension::result::EXTENSION.to_owned(),
Expand Down
Loading

0 comments on commit 44e405b

Please sign in to comment.